home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.dis = 2;
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.sfx.gotoAndStop(3);
- _root.take = 42;
- _root.even15 = 3;
- _root.txt_number = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t know why I\'m even considering taking roadkill with me, it smells so bad and it\'s attracting all the flies.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.txt_number = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "Oh my god the poor little fella got hit...";
- }
- }
- }
-